projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee62d19
)
calendar: Use markdown for css tree
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Feb 2021 00:44:13 +0000
(19:44 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000
(16:37 +0000)
gtk/gtkcalendar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcalendar.c
b/gtk/gtkcalendar.c
index 596119ee93bad19c4df2cf1701e4c61a7146af13..a8c455321edb6b85f14facf6789c90fdd205cdbc 100644
(file)
--- a/
gtk/gtkcalendar.c
+++ b/
gtk/gtkcalendar.c
@@
-53,7
+53,7
@@
*
* # CSS nodes
*
- *
|[<!-- language="plain" -->
+ *
```
* calendar.view
* ├── header
* │ ├── button
@@
-64,7
+64,7
@@
* │ ╰── button
* ╰── grid
* ╰── label[.day-name][.week-number][.day-number][.other-month][.today]
- *
]|
+ *
```
*
* `GtkCalendar` has a main node with name calendar. It contains a subnode
* called header containing the widgets for switching between years and months.